Returns an enumerator that iterates through the SubindexCollection<(Of <(<'T>)>)>.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IEnumerator<Subindex<T>> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Subindex(Of T))

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

See Also